home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / sb.dxr / 00083.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  261 b   |  15 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     cursor([901, 902])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   if the movieTime of sprite 2 = the duration of cast 79 then
  8.     unLoadCast(79)
  9.     set the sound of cast 79 to 0
  10.     InVis(2)
  11.     go("bobine")
  12.   end if
  13.   Loopframe()
  14. end
  15.